home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archivers / S-OMNI / script < prev    next >
Text File  |  1996-09-26  |  614b  |  23 lines

  1. echo ""
  2. echo "  To run this script you will need to have the commands ECHO, IF,"
  3. echo " ENDIF, WAIT, and ASK available to your shell."
  4. echo ""
  5. Wait 3
  6. echo "  This little demo starts with a short text displayed by P-Reader"
  7. echo "  Click the title bar close gadget to continue"
  8. Wait 3
  9. P-Reader readme
  10. echo ""
  11. ask "  Would you like to view a Pic (y/n)"
  12. if WARN
  13. echo "  click LMB to exit"
  14. Wait 1
  15. P-Reader Chinchilla
  16. echo " That was the pretty little Chinchilla by Denis Sibera of NSW"  
  17. endif
  18. echo ""
  19. echo "  That ends this little demo."
  20. echo ""
  21. echo "  You will find copies of all the files used in ram:omni"
  22. Wait 5
  23.